-
Notifications
You must be signed in to change notification settings - Fork 8
PYTHON-5141 Update SBOM usage for Kondukto #73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PYTHON-5141 Update SBOM usage for Kondukto #73
Conversation
sbom/action.yml
Outdated
| run: | | ||
| set -eux | ||
| if [ -n "${{ inputs.kondukto_sub_project }}" ]; then | ||
| KONDUKTO_BRANCH="${GITHUB_REF_NAME}_${{ inputs.kondukto_sub_project }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
append kondukto_sub_project to the branch name if set
sbom/action.yml
Outdated
| KONDUKTO_BRANCH="${GITHUB_REF_NAME}" | ||
| fi | ||
| podman run --platform="linux/amd64" -it --rm -v ${RELEASE_ASSETS}:/pwd \ | ||
| --env-file=${SILKBOMB_ENVFILE} \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
assumption here is that KONDUKTO_TOKEN is set in the environment file
sbom/action.yml
Outdated
| name: Augment the SBOM | ||
| description: Augments the SBOM for the project | ||
| inputs: | ||
| # no longer used |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not familiar w/ GHA, but I assume that removing it would be breaking
|
Testing:
|
|
Passing in the Node driver: https://github.com/mongodb/node-mongodb-native/actions/runs/13441306933/job/37556182447 |
Description